home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / showamiga96 / tryit_noinstall! < prev    next >
Text File  |  1999-09-16  |  1KB  |  27 lines

  1. failat 21
  2. if $language eq deutsch
  3. echo "Prüfe auf vorhandene Installation..."
  4. else
  5. echo "Checking for existing installation..."
  6. endif
  7. if not exists env:ShowAmiga96
  8. if $language eq deutsch
  9. c:RequestChoice >nil: ShowAmiga96 "Dieses Skript startet probeweise das Anzeigeprogramm,*ndamit Sie feststellen können, ob es auf Ihrer Konfiguration*nüberhaupt läuft.*nNachdem das Bild eingeblendet wurde, beenden Sie*nden Test mit einem Mausklick." "OK"
  10. echo "Zeige Testbild..."
  11. else
  12. c:RequestChoice >nil: ShowAmiga96 "This script runs the shower in testmode,*nso that you can determine if the program*nworks on your configuration.*nAfter fadein, a mouseclick quits the test." "OK"
  13. echo "Viewing testpic..."
  14. endif
  15. cd >env:ShowAmiga96
  16. copy >nil: env:showamiga96 envarc:showamiga96
  17. bin/testamiga96 >ram:showamiga96.err
  18. delete >nil: env:showamiga96
  19. delete >nil: envarc:showamiga96
  20. WBstartup/ShowAmiga96_Close
  21. else
  22. if $language eq deutsch
  23. c:RequestChoice >nil: ShowAmiga96 "ShowAmiga96 V2.x ist bereits installiert.*nStarten Sie das Install-Script, um ein Update durchzuführen" OK
  24. else
  25. c:RequestChoice >nil: ShowAmiga96 "ShowAmiga96 V2.x is already installed.*nRun the install-script to update your version." OK
  26. endif
  27. endif